home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / gle-3.000 / gle-3 / gle / demo / surface / saddle.sur < prev    next >
Encoding:
Text File  |  1995-03-08  |  702 b   |  19 lines

  1. begin surface           ! run   letz saddle.let   before surface this sample
  2.                         !
  3.                         ! this sample produces 200kB data on your disk
  4.                         ! erase  saddle.big  after using saddle.sur
  5.         size 24 18 
  6.  
  7.         nobigfile       ! for the final run place a  "!"  in front of this
  8.                         ! line to write the SADDLE.BIG to the disk. NOBIGFILE
  9.                         ! speeds up surface when processing large datasets
  10.  
  11.         data saddle.z
  12.         back ystep 1 zstep 0.1 color green
  13.         zaxis step 1 min 0 max 4
  14.         xtitle "Xaxis"
  15.         ytitle "Yaxis"
  16.         top color blue
  17.         underneath on lstyle 2
  18. end surface
  19.